POV-Ray : Newsgroups : povray.general : Rendering Error: Problem in Evaluate_TPat. : Rendering Error: Problem in Evaluate_TPat. Server Time
31 Jul 2024 08:26:46 EDT (-0400)
  Rendering Error: Problem in Evaluate_TPat.  
From: POVeddie
Date: 5 Aug 2007 17:10:00
Message: <web.46b63ba83aa79d97996a697c0@news.povray.org>
Using POV-Ray 3.6.1c.icl8.win32

Can anyone confirm the subject error with the following minimal scene?:

camera {
   location <0, 0, -3>
   look_at 0
}

sphere {
  0, 1
  texture{
    pigment {
      rgb<1,1,1>
    }
    normal {
      facets
        normal_map {
          [0.0 bumps scale 0.125]
          [0.5 granite scale 0.25]
        }
    } // normal.
  } // texture.
  finish { ambient 1 }
}


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.